home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_24 / PlaceObject2_17_8 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  221 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this._x <= size - size - size)
  3.    {
  4.       this._y = random(300) + 60;
  5.       this._x = 700 + size;
  6.    }
  7.    this._x -= randomSpeed;
  8.    this._xscale = size;
  9.    this._yscale = size;
  10. }
  11.